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

<https://eurobis.org/ns/occurrence-status#present>
  a marine-observation:OccurrenceStatus , skos:Concept ;
  skos:prefLabel "Present"@en ;
  skos:exactMatch <http://rs.gbif.org/vocabulary/gbif/occurrence_status/present> .
<https://eurobis.org/id/event/5050_All>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "All" ;
  .
<https://eurobis.org/id/event/5050_SGCF2_D45>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "SGCF2_D45" ;
  .
<https://eurobis.org/id/event/5050_SI1_D15>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "SI1_D15" ;
  .
<https://eurobis.org/id/event/5050_SI2_D35>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "SI2_D35" ;
  .
<https://eurobis.org/id/event/5050_SI3_D35>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "SI3_D35" ;
  .
<https://eurobis.org/id/event/5050_VB_D410>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "VB_D410" ;
  .
<https://eurobis.org/id/event/5050_Cy_D27>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "Cy_D27" ;
  .
<https://eurobis.org/id/event/5050_DC%20pral._D90>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "DC pral._D90" ;
  .
<https://eurobis.org/id/event/5050_DC_D60>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "DC_D60" ;
  .
<https://eurobis.org/id/event/5050_DL_D160>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "DL_D160" ;
  .
<https://eurobis.org/id/event/5050_FMI_D78>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "FMI_D78" ;
  .
<https://eurobis.org/id/event/5050_SGCF1_D45>
  a marine-observation:BioEvent , dwc:Event , marine-observation:Sampling;
  dct:identifier "SGCF1_D45" ;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC%20pral._D90_DC%20pral._D90_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.62222"^^xsd:decimal ;
  dwc:decimalLongitude "8.684722"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "90"^^xsd:integer ;
  dwc:maximumDepthInMeters "90"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC%20pral._D90_DC%20pral._D90_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.62222 8.684722)"^^geo:wktLiteral ;
  geo-pos:lat "42.62222"^^xsd:decimal ;
  geo-pos:long "8.684722"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC%20pral._D90_DC%20pral._D90_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC pral._D90_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC pral._D90_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.684722'^^xsd:double;
  dwc:latitude '42.62222'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222, 8.684722 42.62222))'^^xsd:string;
  dwc:minimumDepth '90'^^xsd:integer;
  dwc:maximumDepth '90'^^xsd:integer;
  dwc:occurrenceId 'DC pral._D90_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2 (detrital)'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI1_D15_SI1_D15_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI1_D15_SI1_D15_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582142 8.726433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582142"^^xsd:decimal ;
  dwc:decimalLongitude "8.726433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "15"^^xsd:integer ;
  dwc:maximumDepthInMeters "15"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI1_D15_SI1_D15_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI1_D15_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI1_D15_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.726433'^^xsd:double;
  dwc:latitude '42.582142'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142, 8.726433 42.582142))'^^xsd:string;
  dwc:minimumDepth '15'^^xsd:integer;
  dwc:maximumDepth '15'^^xsd:integer;
  dwc:occurrenceId 'SI1_D15_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI2_D35_SI2_D35_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI2_D35_SI2_D35_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI2_D35_SI2_D35_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI2_D35_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI2_D35_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI2_D35_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SI3_D35_SI3_D35_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SI3_D35_SI3_D35_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.582347 8.727313)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.582347"^^xsd:decimal ;
  dwc:decimalLongitude "8.727313"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "35"^^xsd:integer ;
  dwc:maximumDepthInMeters "35"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_SI3_D35_SI3_D35_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SI3_D35_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SI3_D35_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.727313'^^xsd:double;
  dwc:latitude '42.582347'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347, 8.727313 42.582347))'^^xsd:string;
  dwc:minimumDepth '35'^^xsd:integer;
  dwc:maximumDepth '35'^^xsd:integer;
  dwc:occurrenceId 'SI3_D35_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

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

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_Cy_D27_Cy_D27_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.5854"^^xsd:decimal ;
  dwc:decimalLongitude "8.72747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "3"^^xsd:integer ;
  dwc:maximumDepthInMeters "27"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_Cy_D27_Cy_D27_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.5854 8.72747)"^^geo:wktLiteral ;
  geo-pos:lat "42.5854"^^xsd:decimal ;
  geo-pos:long "8.72747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_Cy_D27_Cy_D27_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "Cy_D27_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'Cy_D27_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.72747'^^xsd:double;
  dwc:latitude '42.5854'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854, 8.72747 42.5854))'^^xsd:string;
  dwc:minimumDepth '3'^^xsd:integer;
  dwc:maximumDepth '27'^^xsd:integer;
  dwc:occurrenceId 'Cy_D27_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_FMI_D78_FMI_D78_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.58194"^^xsd:decimal ;
  dwc:decimalLongitude "8.737778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "78"^^xsd:integer ;
  dwc:maximumDepthInMeters "78"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_FMI_D78_FMI_D78_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.58194 8.737778)"^^geo:wktLiteral ;
  geo-pos:lat "42.58194"^^xsd:decimal ;
  geo-pos:long "8.737778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_FMI_D78_FMI_D78_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "FMI_D78_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'FMI_D78_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.737778'^^xsd:double;
  dwc:latitude '42.58194'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194, 8.737778 42.58194))'^^xsd:string;
  dwc:minimumDepth '78'^^xsd:integer;
  dwc:maximumDepth '78'^^xsd:integer;
  dwc:occurrenceId 'FMI_D78_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_VB_D410_VB_D410_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_VB_D410_VB_D410_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_VB_D410_VB_D410_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.60833"^^xsd:decimal ;
  dwc:decimalLongitude "8.743056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "410"^^xsd:integer ;
  dwc:maximumDepthInMeters "410"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_VB_D410_VB_D410_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.60833 8.743056)"^^geo:wktLiteral ;
  geo-pos:lat "42.60833"^^xsd:decimal ;
  geo-pos:long "8.743056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_VB_D410_VB_D410_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "VB_D410_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'VB_D410_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.743056'^^xsd:double;
  dwc:latitude '42.60833'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833, 8.743056 42.60833))'^^xsd:string;
  dwc:minimumDepth '410'^^xsd:integer;
  dwc:maximumDepth '410'^^xsd:integer;
  dwc:occurrenceId 'VB_D410_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DL_D160_DL_D160_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DL_D160_DL_D160_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DL_D160_DL_D160_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.68333"^^xsd:decimal ;
  dwc:decimalLongitude "8.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "160"^^xsd:integer ;
  dwc:maximumDepthInMeters "160"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DL_D160_DL_D160_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.68333 8.75)"^^geo:wktLiteral ;
  geo-pos:lat "42.68333"^^xsd:decimal ;
  geo-pos:long "8.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DL_D160_DL_D160_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DL_D160_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DL_D160_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.75'^^xsd:double;
  dwc:latitude '42.68333'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333, 8.75 42.68333))'^^xsd:string;
  dwc:minimumDepth '160'^^xsd:integer;
  dwc:maximumDepth '160'^^xsd:integer;
  dwc:occurrenceId 'DL_D160_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_All_All_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_1_1'^^xsd:string;
  dwc:scientificName 'Emarginula fissura'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '139959'^^xsd:integer;
  dwc:occurrenceId 'All_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '139959'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_2_1'^^xsd:string;
  dwc:scientificName 'Emarginula huzardi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '139960'^^xsd:integer;
  dwc:occurrenceId 'All_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '139960'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_3_1'^^xsd:string;
  dwc:scientificName 'Gibbula magus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '141790'^^xsd:integer;
  dwc:occurrenceId 'All_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '141790'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_4_1'^^xsd:string;
  dwc:scientificName 'Putilla granulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceId 'All_4_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_All_All_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_5_1'^^xsd:string;
  dwc:scientificName 'Skeneopsis pellucida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '238095'^^xsd:integer;
  dwc:occurrenceId 'All_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '140119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_6_1'^^xsd:string;
  dwc:scientificName 'Turritella mediterranea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '750931'^^xsd:integer;
  dwc:occurrenceId 'All_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '141872'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_7_1'^^xsd:string;
  dwc:scientificName 'Archimediella triplicata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceId 'All_7_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_All_All_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_8_1'^^xsd:string;
  dwc:scientificName 'Philippia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '137664'^^xsd:integer;
  dwc:occurrenceId 'All_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '137664'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_9_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis metaxae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '594907'^^xsd:integer;
  dwc:occurrenceId 'All_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '419910'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_10_1'^^xsd:string;
  dwc:scientificName 'Eulima polita'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '566942'^^xsd:integer;
  dwc:occurrenceId 'All_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '139859'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_11_1'^^xsd:string;
  dwc:scientificName 'Lamellaria perspicua'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '140173'^^xsd:integer;
  dwc:occurrenceId 'All_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '1505994'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_12_1'^^xsd:string;
  dwc:scientificName 'Erato laevis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceId 'All_12_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_All_All_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_13_1'^^xsd:string;
  dwc:scientificName 'Simnia spelta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '478341'^^xsd:integer;
  dwc:occurrenceId 'All_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '478341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_14_1'^^xsd:string;
  dwc:scientificName 'Cymatium cutaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '181007'^^xsd:integer;
  dwc:occurrenceId 'All_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '141114'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_15_1'^^xsd:string;
  dwc:scientificName 'Cymatium corrugatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '141104'^^xsd:integer;
  dwc:occurrenceId 'All_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '476518'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_16_1'^^xsd:string;
  dwc:scientificName 'Comarmondia gracilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '139229'^^xsd:integer;
  dwc:occurrenceId 'All_16_1'^^xsd:string;
  dwc:aphiaIdAccepted '1617535'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_17_1'^^xsd:string;
  dwc:scientificName 'Turris undatirunga'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '225116'^^xsd:integer;
  dwc:occurrenceId 'All_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141862'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_18_1'^^xsd:string;
  dwc:scientificName 'Raphitoma hystrix'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '139368'^^xsd:integer;
  dwc:occurrenceId 'All_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '139368'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_19_1'^^xsd:string;
  dwc:scientificName 'Raphitoma reticulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceId 'All_19_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_All_All_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_20_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'All_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_21_1'^^xsd:string;
  dwc:scientificName 'Pyramidellidae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '162'^^xsd:integer;
  dwc:occurrenceId 'All_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '162'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_22_1'^^xsd:string;
  dwc:scientificName 'Scaphander lignarius'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '139488'^^xsd:integer;
  dwc:occurrenceId 'All_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '139488'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_23_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'All_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_24_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'All_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_25_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'All_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_26_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceId 'All_26_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_All_All_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_27_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'All_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_28_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'All_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_29_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'All_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_30_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'All_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_31_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'All_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_All_All_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_All_All_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_All_All_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.570003206088"^^xsd:decimal ;
  dwc:decimalLongitude "8.7849999999074"^^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 "3025.27801848105"^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_All_All_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.570003206088 8.7849999999074)"^^geo:wktLiteral ;
  geo-pos:lat "42.570003206088"^^xsd:decimal ;
  geo-pos:long "8.7849999999074"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy "3025.27801848105"^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_All_All_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "All_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'All_32_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.7849999999074'^^xsd:double;
  dwc:latitude '42.570003206088'^^xsd:double;
  dwc:coordinatePrecision '3025.278018481'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.81 42.55, 8.81 42.59, 8.76 42.59, 8.76 42.55, 8.81 42.55))'^^xsd:string;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'All_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF1_D45_SGCF1_D45_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF1_D45_SGCF1_D45_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF1_D45_SGCF1_D45_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF1_D45_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF1_D45_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF1_D45_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_SGCF2_D45_SGCF2_D45_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6125"^^xsd:decimal ;
  dwc:decimalLongitude "8.795833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "45"^^xsd:integer ;
  dwc:maximumDepthInMeters "45"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_SGCF2_D45_SGCF2_D45_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6125 8.795833)"^^geo:wktLiteral ;
  geo-pos:lat "42.6125"^^xsd:decimal ;
  geo-pos:long "8.795833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_SGCF2_D45_SGCF2_D45_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "SGCF2_D45_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'SGCF2_D45_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.795833'^^xsd:double;
  dwc:latitude '42.6125'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125, 8.795833 42.6125))'^^xsd:string;
  dwc:minimumDepth '45'^^xsd:integer;
  dwc:maximumDepth '45'^^xsd:integer;
  dwc:occurrenceId 'SGCF2_D45_249_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_1_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_1_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_1_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_1_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_1_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_1_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_1_1'^^xsd:string;
  dwc:scientificName 'Acanthochitona communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '146471'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_1_1'^^xsd:string;
  dwc:aphiaIdAccepted '138677'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_2_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_2_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_2_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_2_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_2_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_2_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_2_1'^^xsd:string;
  dwc:scientificName 'Acinopsis cancellata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '744879'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_2_1'^^xsd:string;
  dwc:aphiaIdAccepted '141165'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_3_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_3_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_3_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_3_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_3_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_3_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_3_1'^^xsd:string;
  dwc:scientificName 'Acinopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '710159'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_3_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_4_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_4_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_4_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_4_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_4_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_4_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_4_1'^^xsd:string;
  dwc:scientificName 'Acinopsis subcrenulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '744932'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_4_1'^^xsd:string;
  dwc:aphiaIdAccepted '141246'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_5_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_5_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_5_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_5_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_5_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_5_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_5_1'^^xsd:string;
  dwc:scientificName 'Acmaea virginea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138688'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_5_1'^^xsd:string;
  dwc:aphiaIdAccepted '153552'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_6_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_6_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_6_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_6_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_6_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_6_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_6_1'^^xsd:string;
  dwc:scientificName 'Aequipecten opercularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140687'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_6_1'^^xsd:string;
  dwc:aphiaIdAccepted '140687'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_7_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_7_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_7_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_7_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_7_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_7_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_7_1'^^xsd:string;
  dwc:scientificName 'Akera bullata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138734'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_7_1'^^xsd:string;
  dwc:aphiaIdAccepted '138734'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_8_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_8_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_8_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_8_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_8_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_8_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_8_1'^^xsd:string;
  dwc:scientificName 'Aclis supranitida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153672'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_8_1'^^xsd:string;
  dwc:aphiaIdAccepted '138681'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_9_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_9_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_9_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_9_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_9_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_9_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_9_1'^^xsd:string;
  dwc:scientificName 'Alvania lanciae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141205'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_9_1'^^xsd:string;
  dwc:aphiaIdAccepted '141205'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_10_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_10_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_10_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_10_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_10_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_10_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_10_1'^^xsd:string;
  dwc:scientificName 'Alvania lineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141207'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_10_1'^^xsd:string;
  dwc:aphiaIdAccepted '141207'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_11_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_11_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_11_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_11_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_11_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_11_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_11_1'^^xsd:string;
  dwc:scientificName 'Alvania montagui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '597204'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_11_1'^^xsd:string;
  dwc:aphiaIdAccepted '141181'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_12_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_12_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_12_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_12_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_12_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_12_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_12_1'^^xsd:string;
  dwc:scientificName 'Alvaniella scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '746302'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_12_1'^^xsd:string;
  dwc:aphiaIdAccepted '141233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_13_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_13_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_13_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_13_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_13_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_13_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_13_1'^^xsd:string;
  dwc:scientificName 'Ammonicera rota'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140614'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_13_1'^^xsd:string;
  dwc:aphiaIdAccepted '140614'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_14_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_14_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_14_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_14_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_14_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_14_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_14_1'^^xsd:string;
  dwc:scientificName 'Anomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137650'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_14_1'^^xsd:string;
  dwc:aphiaIdAccepted '137650'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_15_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_15_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_15_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_15_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_15_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_15_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_15_1'^^xsd:string;
  dwc:scientificName 'Apicularia decurtata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '753024'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_15_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '240'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_16_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_16_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_16_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_16_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_16_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_16_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_16_1'^^xsd:string;
  dwc:scientificName 'Apicularia rudis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_16_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_17_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_17_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_17_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_17_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_17_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_17_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_17_1'^^xsd:string;
  dwc:scientificName 'Apicularia similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '751315'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_17_1'^^xsd:string;
  dwc:aphiaIdAccepted '141369'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_18_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_18_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_18_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_18_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_18_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_18_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_18_1'^^xsd:string;
  dwc:scientificName 'Aporrhais pes-pelecani'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138760'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_18_1'^^xsd:string;
  dwc:aphiaIdAccepted '138760'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_19_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_19_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_19_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_19_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_19_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_19_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_19_1'^^xsd:string;
  dwc:scientificName 'Arca nodulosa scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153013'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_19_1'^^xsd:string;
  dwc:aphiaIdAccepted '138791'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_20_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_20_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_20_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_20_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_20_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_20_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_20_1'^^xsd:string;
  dwc:scientificName 'Arcopagia balaustina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141576'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_20_1'^^xsd:string;
  dwc:aphiaIdAccepted '491643'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_21_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_21_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_21_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_21_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_21_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_21_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_21_1'^^xsd:string;
  dwc:scientificName 'Astarte fusca'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138822'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_21_1'^^xsd:string;
  dwc:aphiaIdAccepted '1735374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_22_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_22_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_22_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_22_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_22_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_22_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_22_1'^^xsd:string;
  dwc:scientificName 'Astraea rugosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '751225'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_22_1'^^xsd:string;
  dwc:aphiaIdAccepted '141855'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_23_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_23_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_23_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_23_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_23_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_23_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_23_1'^^xsd:string;
  dwc:scientificName 'Atlanta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137687'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_23_1'^^xsd:string;
  dwc:aphiaIdAccepted '137687'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_24_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_24_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_24_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_24_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_24_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_24_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_24_1'^^xsd:string;
  dwc:scientificName 'Atys globulinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '747714'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_24_1'^^xsd:string;
  dwc:aphiaIdAccepted '584856'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_25_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_25_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_25_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_25_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_25_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_25_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_25_1'^^xsd:string;
  dwc:scientificName 'Axinulus ferruginosus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '423171'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_25_1'^^xsd:string;
  dwc:aphiaIdAccepted '152905'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_26_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_26_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_26_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_26_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_26_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_26_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_26_1'^^xsd:string;
  dwc:scientificName 'Barbatia barbata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138793'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_26_1'^^xsd:string;
  dwc:aphiaIdAccepted '138793'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_27_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_27_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_27_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_27_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_27_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_27_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_27_1'^^xsd:string;
  dwc:scientificName 'Barleeia rubra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '751119'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_27_1'^^xsd:string;
  dwc:aphiaIdAccepted '138843'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_28_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_28_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_28_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_28_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_28_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_28_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_28_1'^^xsd:string;
  dwc:scientificName 'Bathyarca frielei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138796'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_28_1'^^xsd:string;
  dwc:aphiaIdAccepted '138796'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_29_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_29_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_29_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_29_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_29_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_29_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_29_1'^^xsd:string;
  dwc:scientificName 'Bathyarca philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138800'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_29_1'^^xsd:string;
  dwc:aphiaIdAccepted '138800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_30_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_30_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_30_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_30_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_30_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_30_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_30_1'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_30_1'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_30_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_30_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_30_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_30_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_30_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_30_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_30_2'^^xsd:string;
  dwc:scientificName 'Bittium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137758'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_30_2'^^xsd:string;
  dwc:aphiaIdAccepted '137758'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_31_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_31_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_31_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_31_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_31_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_31_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_31_1'^^xsd:string;
  dwc:scientificName 'Bornia sebetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140160'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_31_1'^^xsd:string;
  dwc:aphiaIdAccepted '140160'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_32_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_32_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_32_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_32_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_32_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_32_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_32_1'^^xsd:string;
  dwc:scientificName 'Cadulus jeffreysi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140005'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_32_1'^^xsd:string;
  dwc:aphiaIdAccepted '1717299'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_33_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_33_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_33_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_33_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_33_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_33_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_33_1'^^xsd:string;
  dwc:scientificName 'Cadulus politus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '747407'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_33_1'^^xsd:string;
  dwc:aphiaIdAccepted '140012'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_34_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_34_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_34_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_34_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_34_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_34_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_34_1'^^xsd:string;
  dwc:scientificName 'Caecum subannulatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138955'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_34_1'^^xsd:string;
  dwc:aphiaIdAccepted '138955'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_35_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_35_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_35_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_35_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_35_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_35_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_35_1'^^xsd:string;
  dwc:scientificName 'Caecum trachea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138957'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_35_1'^^xsd:string;
  dwc:aphiaIdAccepted '138957'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_36_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_36_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_36_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_36_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_36_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_36_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_36_1'^^xsd:string;
  dwc:scientificName 'Calliostoma conulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '753994'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_36_1'^^xsd:string;
  dwc:aphiaIdAccepted '141752'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_37_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_37_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_37_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_37_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_37_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_37_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_37_1'^^xsd:string;
  dwc:scientificName 'Calliostoma laugieri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141759'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_37_1'^^xsd:string;
  dwc:aphiaIdAccepted '141759'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_38_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_38_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_38_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_38_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_38_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_38_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_38_1'^^xsd:string;
  dwc:scientificName 'Calliostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138584'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_38_1'^^xsd:string;
  dwc:aphiaIdAccepted '138584'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_39_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_39_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_39_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_39_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_39_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_39_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_39_1'^^xsd:string;
  dwc:scientificName 'Calliostoma wiseri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_39_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_40_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_40_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_40_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_40_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_40_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_40_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_40_1'^^xsd:string;
  dwc:scientificName 'Callochiton septemvalvis euplaea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '152749'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_40_1'^^xsd:string;
  dwc:aphiaIdAccepted '385884'^^xsd:integer;
  dwc:taxonRank '230'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_41_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_41_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_41_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_41_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_41_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_41_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_41_1'^^xsd:string;
  dwc:scientificName 'Calyptraea chinensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138961'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_41_1'^^xsd:string;
  dwc:aphiaIdAccepted '138961'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_42_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_42_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_42_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_42_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_42_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_42_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_42_1'^^xsd:string;
  dwc:scientificName 'Cardita trapezia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183499'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_42_1'^^xsd:string;
  dwc:aphiaIdAccepted '139018'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_43_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_43_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_43_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_43_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_43_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_43_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_43_1'^^xsd:string;
  dwc:scientificName 'Cavolina inflexa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139029'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_43_1'^^xsd:string;
  dwc:aphiaIdAccepted '139029'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_44_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_44_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_44_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_44_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_44_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_44_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_44_1'^^xsd:string;
  dwc:scientificName 'Ceratostoma erinaceum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_44_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_45_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_45_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_45_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_45_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_45_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_45_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_45_1'^^xsd:string;
  dwc:scientificName 'Cerithiopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137764'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_45_1'^^xsd:string;
  dwc:aphiaIdAccepted '137764'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_46_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_46_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_46_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_46_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_46_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_46_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_46_1'^^xsd:string;
  dwc:scientificName 'Chama gryphoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139119'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_46_1'^^xsd:string;
  dwc:aphiaIdAccepted '139119'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_47_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_47_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_47_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_47_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_47_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_47_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_47_1'^^xsd:string;
  dwc:scientificName 'Chlamys'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138315'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_47_1'^^xsd:string;
  dwc:aphiaIdAccepted '138315'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_48_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_48_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_48_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_48_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_48_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_48_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_48_1'^^xsd:string;
  dwc:scientificName 'Chauvetia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137702'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_48_1'^^xsd:string;
  dwc:aphiaIdAccepted '137702'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_49_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_49_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_49_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_49_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_49_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_49_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_49_1'^^xsd:string;
  dwc:scientificName 'Chione ovata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_49_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_50_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_50_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_50_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_50_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_50_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_50_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_50_1'^^xsd:string;
  dwc:scientificName 'Chiton corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '843583'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_50_1'^^xsd:string;
  dwc:aphiaIdAccepted '1288184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_51_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_51_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_51_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_51_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_51_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_51_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_51_1'^^xsd:string;
  dwc:scientificName 'Chiton olivaceus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139129'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_51_1'^^xsd:string;
  dwc:aphiaIdAccepted '1392276'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_52_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_52_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_52_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_52_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_52_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_52_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_52_1'^^xsd:string;
  dwc:scientificName 'Chlamys bruei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '146806'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_52_1'^^xsd:string;
  dwc:aphiaIdAccepted '393810'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_53_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_53_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_53_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_53_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_53_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_53_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_53_1'^^xsd:string;
  dwc:scientificName 'Chlamys multistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '146808'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_53_1'^^xsd:string;
  dwc:aphiaIdAccepted '236714'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_54_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_54_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_54_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_54_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_54_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_54_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_54_1'^^xsd:string;
  dwc:scientificName 'Chlamys varia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140696'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_54_1'^^xsd:string;
  dwc:aphiaIdAccepted '236719'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_55_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_55_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_55_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_55_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_55_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_55_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_55_1'^^xsd:string;
  dwc:scientificName 'Chrysallida doliolum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '245996'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_55_1'^^xsd:string;
  dwc:aphiaIdAccepted '140974'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_56_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_56_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_56_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_56_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_56_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_56_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_56_1'^^xsd:string;
  dwc:scientificName 'Chrysallida excavata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140909'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_56_1'^^xsd:string;
  dwc:aphiaIdAccepted '195919'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_57_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_57_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_57_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_57_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_57_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_57_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_57_1'^^xsd:string;
  dwc:scientificName 'Chrysallida interstincta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140918'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_57_1'^^xsd:string;
  dwc:aphiaIdAccepted '817982'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_58_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_58_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_58_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_58_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_58_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_58_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_58_1'^^xsd:string;
  dwc:scientificName 'Chrysallida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138401'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_58_1'^^xsd:string;
  dwc:aphiaIdAccepted '138401'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_59_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_59_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_59_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_59_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_59_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_59_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_59_1'^^xsd:string;
  dwc:scientificName 'Clanculus corallinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141771'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_59_1'^^xsd:string;
  dwc:aphiaIdAccepted '141771'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_60_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_60_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_60_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_60_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_60_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_60_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_60_1'^^xsd:string;
  dwc:scientificName 'Clanculus jussieui'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141773'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_60_1'^^xsd:string;
  dwc:aphiaIdAccepted '141773'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_61_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_61_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_61_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_61_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_61_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_61_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_61_1'^^xsd:string;
  dwc:scientificName 'Clanculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138587'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_61_1'^^xsd:string;
  dwc:aphiaIdAccepted '138587'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_62_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_62_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_62_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_62_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_62_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_62_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_62_1'^^xsd:string;
  dwc:scientificName 'Clelandella millegrana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_62_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_63_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_63_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_63_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_63_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_63_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_63_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_63_1'^^xsd:string;
  dwc:scientificName 'Columbella rustica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139196'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_63_1'^^xsd:string;
  dwc:aphiaIdAccepted '139196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_64_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_64_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_64_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_64_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_64_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_64_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_64_1'^^xsd:string;
  dwc:scientificName 'Coralliophilla meyendorffi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139399'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_64_1'^^xsd:string;
  dwc:aphiaIdAccepted '139399'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_65_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_65_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_65_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_65_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_65_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_65_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_65_1'^^xsd:string;
  dwc:scientificName 'Corbula gibba'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139410'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_65_1'^^xsd:string;
  dwc:aphiaIdAccepted '378492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_66_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_66_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_66_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_66_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_66_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_66_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_66_1'^^xsd:string;
  dwc:scientificName 'Coriandria fulgida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_66_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_67_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_67_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_67_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_67_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_67_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_67_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_67_1'^^xsd:string;
  dwc:scientificName 'Crepidula unguiformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138966'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_67_1'^^xsd:string;
  dwc:aphiaIdAccepted '138966'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_68_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_68_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_68_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_68_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_68_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_68_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_68_1'^^xsd:string;
  dwc:scientificName 'Creseis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137752'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_68_1'^^xsd:string;
  dwc:aphiaIdAccepted '137752'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_69_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_69_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_69_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_69_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_69_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_69_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_69_1'^^xsd:string;
  dwc:scientificName 'Ctena decussata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140278'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_69_1'^^xsd:string;
  dwc:aphiaIdAccepted '140278'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_70_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_70_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_70_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_70_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_70_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_70_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_70_1'^^xsd:string;
  dwc:scientificName 'Cylichnina subcylindrica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_70_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_71_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_71_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_71_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_71_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_71_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_71_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_71_1'^^xsd:string;
  dwc:scientificName 'Cythara rugulosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_71_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_72_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_72_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_72_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_72_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_72_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_72_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_72_1'^^xsd:string;
  dwc:scientificName 'Cythara'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '225372'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_72_1'^^xsd:string;
  dwc:aphiaIdAccepted '225372'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_73_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_73_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_73_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_73_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_73_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_73_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_73_1'^^xsd:string;
  dwc:scientificName 'Cythara stossiciana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '816241'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_73_1'^^xsd:string;
  dwc:aphiaIdAccepted '434357'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_74_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_74_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_74_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_74_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_74_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_74_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_74_1'^^xsd:string;
  dwc:scientificName 'Danilia tinei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '146885'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_74_1'^^xsd:string;
  dwc:aphiaIdAccepted '146885'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_75_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_75_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_75_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_75_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_75_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_75_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_75_1'^^xsd:string;
  dwc:scientificName 'Dentalium panormum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139532'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_75_1'^^xsd:string;
  dwc:aphiaIdAccepted '196378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_76_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_76_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_76_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_76_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_76_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_76_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_76_1'^^xsd:string;
  dwc:scientificName 'Dentalium vulgare'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139534'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_76_1'^^xsd:string;
  dwc:aphiaIdAccepted '196380'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_77_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_77_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_77_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_77_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_77_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_77_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_77_1'^^xsd:string;
  dwc:scientificName 'Diplodonta rotundata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141883'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_77_1'^^xsd:string;
  dwc:aphiaIdAccepted '141883'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_78_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_78_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_78_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_78_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_78_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_78_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_78_1'^^xsd:string;
  dwc:scientificName 'Ebalea pointeli'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139665'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_78_1'^^xsd:string;
  dwc:aphiaIdAccepted '139665'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_79_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_79_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_79_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_79_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_79_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_79_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_79_1'^^xsd:string;
  dwc:scientificName 'Emarginula capuliformis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '748548'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_79_1'^^xsd:string;
  dwc:aphiaIdAccepted '139965'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_80_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_80_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_80_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_80_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_80_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_80_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_80_1'^^xsd:string;
  dwc:scientificName 'Emarginula elongata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '581570'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_80_1'^^xsd:string;
  dwc:aphiaIdAccepted '139962'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_81_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_81_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_81_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_81_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_81_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_81_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_81_1'^^xsd:string;
  dwc:scientificName 'Emarginula solidula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139967'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_81_1'^^xsd:string;
  dwc:aphiaIdAccepted '139967'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_82_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_82_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_82_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_82_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_82_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_82_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_82_1'^^xsd:string;
  dwc:scientificName 'Entalina tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139691'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_82_1'^^xsd:string;
  dwc:aphiaIdAccepted '139691'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_83_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_83_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_83_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_83_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_83_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_83_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_83_1'^^xsd:string;
  dwc:scientificName 'Epitonium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137943'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_83_1'^^xsd:string;
  dwc:aphiaIdAccepted '137943'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_84_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_84_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_84_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_84_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_84_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_84_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_84_1'^^xsd:string;
  dwc:scientificName 'Epitonium algerianum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139715'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_84_1'^^xsd:string;
  dwc:aphiaIdAccepted '139715'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_85_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_85_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_85_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_85_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_85_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_85_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_85_1'^^xsd:string;
  dwc:scientificName 'Eulima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137970'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_85_1'^^xsd:string;
  dwc:aphiaIdAccepted '137970'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_86_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_86_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_86_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_86_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_86_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_86_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_86_1'^^xsd:string;
  dwc:scientificName 'Eulimella acicula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140942'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_86_1'^^xsd:string;
  dwc:aphiaIdAccepted '140942'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_87_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_87_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_87_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_87_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_87_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_87_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_87_1'^^xsd:string;
  dwc:scientificName 'Eulimella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138404'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_87_1'^^xsd:string;
  dwc:aphiaIdAccepted '138404'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_88_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_88_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_88_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_88_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_88_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_88_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_88_1'^^xsd:string;
  dwc:scientificName 'Euthria cornea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '181057'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_88_1'^^xsd:string;
  dwc:aphiaIdAccepted '181057'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_89_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_89_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_89_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_89_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_89_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_89_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_89_1'^^xsd:string;
  dwc:scientificName 'Evalea scandens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '581022'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_89_1'^^xsd:string;
  dwc:aphiaIdAccepted '141039'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_90_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_90_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_90_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_90_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_90_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_90_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_90_1'^^xsd:string;
  dwc:scientificName 'Evalea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '415382'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_90_1'^^xsd:string;
  dwc:aphiaIdAccepted '415382'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_91_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_91_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_91_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_91_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_91_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_91_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_91_1'^^xsd:string;
  dwc:scientificName 'Fasciolaria lignaria'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139921'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_91_1'^^xsd:string;
  dwc:aphiaIdAccepted '1830831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_92_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_92_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_92_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_92_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_92_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_92_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_92_1'^^xsd:string;
  dwc:scientificName 'Fissurella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138013'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_92_1'^^xsd:string;
  dwc:aphiaIdAccepted '138013'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_93_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_93_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_93_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_93_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_93_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_93_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_93_1'^^xsd:string;
  dwc:scientificName 'Flemellia zetlandica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_93_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_94_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_94_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_94_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_94_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_94_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_94_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_94_1'^^xsd:string;
  dwc:scientificName 'Fusinus rostratus pulchellus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_94_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_95_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_95_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_95_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_95_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_95_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_95_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_95_1'^^xsd:string;
  dwc:scientificName 'Fusinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138002'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_95_1'^^xsd:string;
  dwc:aphiaIdAccepted '138002'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_96_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_96_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_96_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_96_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_96_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_96_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_96_1'^^xsd:string;
  dwc:scientificName 'Fusinus syracusanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139934'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_96_1'^^xsd:string;
  dwc:aphiaIdAccepted '448924'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_97_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_97_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_97_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_97_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_97_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_97_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_97_1'^^xsd:string;
  dwc:scientificName 'Gari fervensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140870'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_97_1'^^xsd:string;
  dwc:aphiaIdAccepted '140870'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_98_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_98_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_98_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_98_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_98_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_98_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_98_1'^^xsd:string;
  dwc:scientificName 'Gibberula miliari'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139508'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_98_1'^^xsd:string;
  dwc:aphiaIdAccepted '139508'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_99_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_99_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_99_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_99_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_99_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_99_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_99_1'^^xsd:string;
  dwc:scientificName 'Gibberula philippii'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139510'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_99_1'^^xsd:string;
  dwc:aphiaIdAccepted '139510'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_100_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_100_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_100_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_100_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_100_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_100_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_100_1'^^xsd:string;
  dwc:scientificName 'Gibberulina clandestina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_100_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_101_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_101_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_101_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_101_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_101_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_101_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_101_1'^^xsd:string;
  dwc:scientificName 'Gibberulina occulta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '816735'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_101_1'^^xsd:string;
  dwc:aphiaIdAccepted '140317'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_102_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_102_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_102_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_102_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_102_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_102_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_102_1'^^xsd:string;
  dwc:scientificName 'Gibbula ardens'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141780'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_102_1'^^xsd:string;
  dwc:aphiaIdAccepted '141780'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_103_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_103_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_103_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_103_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_103_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_103_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_103_1'^^xsd:string;
  dwc:scientificName 'Gibbula drepanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141786'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_103_1'^^xsd:string;
  dwc:aphiaIdAccepted '141786'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_104_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_104_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_104_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_104_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_104_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_104_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_104_1'^^xsd:string;
  dwc:scientificName 'Gibbula fanulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141787'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_104_1'^^xsd:string;
  dwc:aphiaIdAccepted '141787'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_105_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_105_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_105_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_105_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_105_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_105_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_105_1'^^xsd:string;
  dwc:scientificName 'Gibbula guttadauri'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141788'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_105_1'^^xsd:string;
  dwc:aphiaIdAccepted '141788'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_106_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_106_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_106_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_106_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_106_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_106_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_106_1'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_106_1'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_106_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_106_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_106_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_106_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_106_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_106_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_106_2'^^xsd:string;
  dwc:scientificName 'Gibbula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138590'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_106_2'^^xsd:string;
  dwc:aphiaIdAccepted '138590'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_107_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_107_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_107_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_107_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_107_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_107_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_107_1'^^xsd:string;
  dwc:scientificName 'Gibbula tantilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '180890'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_107_1'^^xsd:string;
  dwc:aphiaIdAccepted '180890'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_108_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_108_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_108_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_108_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_108_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_108_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_108_1'^^xsd:string;
  dwc:scientificName 'Gibbula turbinoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141800'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_108_1'^^xsd:string;
  dwc:aphiaIdAccepted '141800'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_109_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_109_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_109_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_109_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_109_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_109_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_109_1'^^xsd:string;
  dwc:scientificName 'Glycymeris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138035'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_109_1'^^xsd:string;
  dwc:aphiaIdAccepted '138035'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_110_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_110_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_110_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_110_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_110_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_110_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_110_1'^^xsd:string;
  dwc:scientificName 'Gonilia calliglypta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '181341'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_110_1'^^xsd:string;
  dwc:aphiaIdAccepted '181341'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_111_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_111_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_111_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_111_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_111_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_111_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_111_1'^^xsd:string;
  dwc:scientificName 'Goniostoma auriscalpium'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_111_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_112_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_112_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_112_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_112_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_112_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_112_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_112_1'^^xsd:string;
  dwc:scientificName 'Goniostoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '594611'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_112_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_113_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_113_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_113_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_113_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_113_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_113_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_113_1'^^xsd:string;
  dwc:scientificName 'Goodallia triangularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138831'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_113_1'^^xsd:string;
  dwc:aphiaIdAccepted '138831'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_114_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_114_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_114_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_114_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_114_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_114_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_114_1'^^xsd:string;
  dwc:scientificName 'Gouldia minima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141916'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_114_1'^^xsd:string;
  dwc:aphiaIdAccepted '141916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_115_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_115_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_115_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_115_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_115_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_115_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_115_1'^^xsd:string;
  dwc:scientificName 'Gourmya rupestris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_115_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_116_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_116_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_116_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_116_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_116_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_116_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_116_1'^^xsd:string;
  dwc:scientificName 'Gourmya'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '473019'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_116_1'^^xsd:string;
  dwc:aphiaIdAccepted '473019'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_117_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_117_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_117_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_117_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_117_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_117_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_117_1'^^xsd:string;
  dwc:scientificName 'Haliotis lamellosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '246008'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_117_1'^^xsd:string;
  dwc:aphiaIdAccepted '140059'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_118_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_118_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_118_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_118_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_118_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_118_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_118_1'^^xsd:string;
  dwc:scientificName 'Haminaea hydatis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140074'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_118_1'^^xsd:string;
  dwc:aphiaIdAccepted '140074'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_119_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_119_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_119_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_119_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_119_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_119_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_119_1'^^xsd:string;
  dwc:scientificName 'Hanleya hanleyi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140082'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_119_1'^^xsd:string;
  dwc:aphiaIdAccepted '140082'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_120_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_120_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_120_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_120_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_120_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_120_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_120_1'^^xsd:string;
  dwc:scientificName 'Hiatella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138068'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_120_1'^^xsd:string;
  dwc:aphiaIdAccepted '138068'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_121_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_121_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_121_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_121_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_121_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_121_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_121_1'^^xsd:string;
  dwc:scientificName 'Homalopoma sanguineum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141858'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_121_1'^^xsd:string;
  dwc:aphiaIdAccepted '141858'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_122_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_122_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_122_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_122_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_122_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_122_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_122_1'^^xsd:string;
  dwc:scientificName 'Hyalina secalina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '474710'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_122_1'^^xsd:string;
  dwc:aphiaIdAccepted '140330'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_123_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_123_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_123_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_123_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_123_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_123_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_123_1'^^xsd:string;
  dwc:scientificName 'Irus irus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141917'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_123_1'^^xsd:string;
  dwc:aphiaIdAccepted '141917'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_124_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_124_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_124_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_124_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_124_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_124_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_124_1'^^xsd:string;
  dwc:scientificName 'Jujubinus exasperatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141807'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_124_1'^^xsd:string;
  dwc:aphiaIdAccepted '141807'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_125_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_125_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_125_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_125_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_125_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_125_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_125_1'^^xsd:string;
  dwc:scientificName 'Jujubinus gravinae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141808'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_125_1'^^xsd:string;
  dwc:aphiaIdAccepted '141808'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_126_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_126_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_126_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_126_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_126_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_126_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_126_1'^^xsd:string;
  dwc:scientificName 'Jujubinus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138591'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_126_1'^^xsd:string;
  dwc:aphiaIdAccepted '138591'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_127_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_127_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_127_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_127_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_127_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_127_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_127_1'^^xsd:string;
  dwc:scientificName 'Jujubinus striatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141815'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_127_1'^^xsd:string;
  dwc:aphiaIdAccepted '141815'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_128_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_128_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_128_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_128_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_128_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_128_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_128_1'^^xsd:string;
  dwc:scientificName 'Kellia suborbicularis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140161'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_128_1'^^xsd:string;
  dwc:aphiaIdAccepted '140161'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_129_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_129_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_129_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_129_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_129_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_129_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_129_1'^^xsd:string;
  dwc:scientificName 'Kleinella bulinea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_129_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_130_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_130_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_130_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_130_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_130_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_130_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_130_1'^^xsd:string;
  dwc:scientificName 'Ledella messanensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '182797'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_130_1'^^xsd:string;
  dwc:aphiaIdAccepted '182797'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_131_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_131_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_131_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_131_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_131_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_131_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_131_1'^^xsd:string;
  dwc:scientificName 'Leiostraca bilineata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_131_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_132_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_132_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_132_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_132_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_132_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_132_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_132_1'^^xsd:string;
  dwc:scientificName 'Lepetella latercompressa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140184'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_132_1'^^xsd:string;
  dwc:aphiaIdAccepted '140184'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_133_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_133_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_133_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_133_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_133_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_133_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_133_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona corrugata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140144'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_133_1'^^xsd:string;
  dwc:aphiaIdAccepted '180854'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_134_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_134_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_134_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_134_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_134_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_134_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_134_1'^^xsd:string;
  dwc:scientificName 'Lepidochitona furtiva'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '848045'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_134_1'^^xsd:string;
  dwc:aphiaIdAccepted '848045'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_135_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_135_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_135_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_135_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_135_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_135_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_135_1'^^xsd:string;
  dwc:scientificName 'Lepidopleurus cajetanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140194'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_135_1'^^xsd:string;
  dwc:aphiaIdAccepted '140194'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_136_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_136_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_136_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_136_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_136_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_136_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_136_1'^^xsd:string;
  dwc:scientificName 'Leptaxinus incrassatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '156196'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_136_1'^^xsd:string;
  dwc:aphiaIdAccepted '156196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_137_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_137_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_137_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_137_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_137_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_137_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_137_1'^^xsd:string;
  dwc:scientificName 'Leptochiton africanus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140195'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_137_1'^^xsd:string;
  dwc:aphiaIdAccepted '385845'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_138_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_138_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_138_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_138_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_138_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_138_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_138_1'^^xsd:string;
  dwc:scientificName 'Leptochiton algesirensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140196'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_138_1'^^xsd:string;
  dwc:aphiaIdAccepted '140196'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_139_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_139_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_139_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_139_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_139_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_139_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_139_1'^^xsd:string;
  dwc:scientificName 'Leufroyia concinna'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '195916'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_139_1'^^xsd:string;
  dwc:aphiaIdAccepted '195916'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_140_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_140_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_140_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_140_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_140_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_140_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_140_1'^^xsd:string;
  dwc:scientificName 'Lima lima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140233'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_140_1'^^xsd:string;
  dwc:aphiaIdAccepted '140233'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_141_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_141_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_141_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_141_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_141_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_141_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_141_1'^^xsd:string;
  dwc:scientificName 'Limatula subauriculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140242'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_141_1'^^xsd:string;
  dwc:aphiaIdAccepted '140242'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_142_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_142_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_142_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_142_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_142_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_142_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_142_1'^^xsd:string;
  dwc:scientificName 'Limea loscombei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140244'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_142_1'^^xsd:string;
  dwc:aphiaIdAccepted '153952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_143_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_143_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_143_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_143_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_143_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_143_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_143_1'^^xsd:string;
  dwc:scientificName 'Lionucula tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_143_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_144_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_144_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_144_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_144_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_144_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_144_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_144_1'^^xsd:string;
  dwc:scientificName 'Littorina neritoides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '151586'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_144_1'^^xsd:string;
  dwc:aphiaIdAccepted '140266'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_145_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_145_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_145_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_145_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_145_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_145_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_145_1'^^xsd:string;
  dwc:scientificName 'Loripes lacteus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '717013'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_145_1'^^xsd:string;
  dwc:aphiaIdAccepted '152929'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_146_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_146_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_146_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_146_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_146_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_146_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_146_1'^^xsd:string;
  dwc:scientificName 'Lucinella divaricata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140282'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_146_1'^^xsd:string;
  dwc:aphiaIdAccepted '140282'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_147_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_147_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_147_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_147_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_147_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_147_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_147_1'^^xsd:string;
  dwc:scientificName 'Mamilloretusa mamillata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_147_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_148_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_148_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_148_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_148_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_148_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_148_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_148_1'^^xsd:string;
  dwc:scientificName 'Manupecten pesfelis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '225645'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_148_1'^^xsd:string;
  dwc:aphiaIdAccepted '225645'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_149_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_149_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_149_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_149_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_149_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_149_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_149_1'^^xsd:string;
  dwc:scientificName 'Manzonia crassa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141291'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_149_1'^^xsd:string;
  dwc:aphiaIdAccepted '141291'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_150_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_150_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_150_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_150_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_150_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_150_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_150_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_150_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_151_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_151_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_151_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_151_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_151_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_151_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_151_1'^^xsd:string;
  dwc:scientificName 'Marginella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'mix of different Marginella species'^^xsd:string;
  dwc:aphiaid '138166'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_151_1'^^xsd:string;
  dwc:aphiaIdAccepted '138166'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_152_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_152_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_152_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_152_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_152_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_152_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_152_1'^^xsd:string;
  dwc:scientificName 'Merelina pagodula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_152_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_153_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_153_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_153_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_153_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_153_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_153_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_153_1'^^xsd:string;
  dwc:scientificName 'Mitra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138180'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_153_1'^^xsd:string;
  dwc:aphiaIdAccepted '138180'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_154_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_154_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_154_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_154_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_154_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_154_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_154_1'^^xsd:string;
  dwc:scientificName 'Mitra zonata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140363'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_154_1'^^xsd:string;
  dwc:aphiaIdAccepted '1060402'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_155_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_155_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_155_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_155_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_155_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_155_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_155_1'^^xsd:string;
  dwc:scientificName 'Mitrella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '137804'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_155_1'^^xsd:string;
  dwc:aphiaIdAccepted '137804'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_156_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_156_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_156_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_156_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_156_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_156_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_156_1'^^xsd:string;
  dwc:scientificName 'Mitrolumna olivoidea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139300'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_156_1'^^xsd:string;
  dwc:aphiaIdAccepted '181067'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_157_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_157_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_157_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_157_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_157_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_157_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_157_1'^^xsd:string;
  dwc:scientificName 'Moerella pusilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_157_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_158_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_158_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_158_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_158_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_158_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_158_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_158_1'^^xsd:string;
  dwc:scientificName 'Montacuta ferruginosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140371'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_158_1'^^xsd:string;
  dwc:aphiaIdAccepted '146952'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_159_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_159_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_159_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_159_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_159_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_159_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_159_1'^^xsd:string;
  dwc:scientificName 'Montacuta substriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140377'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_159_1'^^xsd:string;
  dwc:aphiaIdAccepted '140377'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_160_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_160_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_160_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_160_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_160_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_160_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_160_1'^^xsd:string;
  dwc:scientificName 'Muricopsis cristatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '408814'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_160_1'^^xsd:string;
  dwc:aphiaIdAccepted '140401'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_161_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_161_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_161_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_161_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_161_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_161_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_161_1'^^xsd:string;
  dwc:scientificName 'Muricopsis diadema'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '408737'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_161_1'^^xsd:string;
  dwc:aphiaIdAccepted '407837'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_162_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_162_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_162_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_162_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_162_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_162_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_162_1'^^xsd:string;
  dwc:scientificName 'Muricopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138198'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_162_1'^^xsd:string;
  dwc:aphiaIdAccepted '138198'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_163_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_163_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_163_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_163_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_163_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_163_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_163_1'^^xsd:string;
  dwc:scientificName 'Musculus discors'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140472'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_163_1'^^xsd:string;
  dwc:aphiaIdAccepted '140472'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_164_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_164_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_164_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_164_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_164_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_164_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_164_1'^^xsd:string;
  dwc:scientificName 'Myrtea spinifera'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140287'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_164_1'^^xsd:string;
  dwc:aphiaIdAccepted '140287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_165_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_165_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_165_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_165_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_165_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_165_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_165_1'^^xsd:string;
  dwc:scientificName 'Mytilus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138228'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_165_1'^^xsd:string;
  dwc:aphiaIdAccepted '138228'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_166_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_166_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_166_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_166_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_166_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_166_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_166_1'^^xsd:string;
  dwc:scientificName 'Natica'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138240'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_166_1'^^xsd:string;
  dwc:aphiaIdAccepted '138240'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_167_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_167_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_167_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_167_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_167_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_167_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_167_1'^^xsd:string;
  dwc:scientificName 'Notolimea crassa sarsi'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_167_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_168_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_168_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_168_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_168_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_168_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_168_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_168_1'^^xsd:string;
  dwc:scientificName 'Nucula sulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140592'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_168_1'^^xsd:string;
  dwc:aphiaIdAccepted '140592'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_169_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_169_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_169_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_169_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_169_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_169_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_169_1'^^xsd:string;
  dwc:scientificName 'Nuculana pella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140578'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_169_1'^^xsd:string;
  dwc:aphiaIdAccepted '236686'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_170_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_170_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_170_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_170_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_170_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_170_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_170_1'^^xsd:string;
  dwc:scientificName 'Ocinebrina aciculata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140407'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_170_1'^^xsd:string;
  dwc:aphiaIdAccepted '140407'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_171_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_171_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_171_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_171_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_171_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_171_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_171_1'^^xsd:string;
  dwc:scientificName 'Odostomia acuta'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140976'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_171_1'^^xsd:string;
  dwc:aphiaIdAccepted '140976'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_172_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_172_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_172_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_172_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_172_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_172_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_172_1'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_172_1'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_172_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_172_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_172_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_172_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_172_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_172_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_172_2'^^xsd:string;
  dwc:scientificName 'Odostomia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138413'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_172_2'^^xsd:string;
  dwc:aphiaIdAccepted '138413'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_173_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_173_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_173_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_173_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_173_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_173_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_173_1'^^xsd:string;
  dwc:scientificName 'Ostrea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138298'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_173_1'^^xsd:string;
  dwc:aphiaIdAccepted '138298'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_174_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_174_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_174_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_174_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_174_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_174_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_174_1'^^xsd:string;
  dwc:scientificName 'Palliolum hyalinum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '183527'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_174_1'^^xsd:string;
  dwc:aphiaIdAccepted '236723'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_175_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_175_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_175_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_175_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_175_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_175_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_175_1'^^xsd:string;
  dwc:scientificName 'Palliolum incomparabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140708'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_175_1'^^xsd:string;
  dwc:aphiaIdAccepted '140708'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_176_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_176_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_176_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_176_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_176_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_176_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_176_1'^^xsd:string;
  dwc:scientificName 'Palliolum similis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_176_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_177_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_177_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_177_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_177_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_177_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_177_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_177_1'^^xsd:string;
  dwc:scientificName 'Papillicardium papillosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '181349'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_177_1'^^xsd:string;
  dwc:aphiaIdAccepted '181349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_178_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_178_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_178_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_178_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_178_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_178_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_178_1'^^xsd:string;
  dwc:scientificName 'Parvicardium nodosum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '152849'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_178_1'^^xsd:string;
  dwc:aphiaIdAccepted '152933'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_179_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_179_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_179_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_179_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_179_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_179_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_179_1'^^xsd:string;
  dwc:scientificName 'Parvicardium ovale'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139011'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_179_1'^^xsd:string;
  dwc:aphiaIdAccepted '138999'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_180_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_180_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_180_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_180_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_180_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_180_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_180_1'^^xsd:string;
  dwc:scientificName 'Patella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138312'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_180_1'^^xsd:string;
  dwc:aphiaIdAccepted '138312'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_181_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_181_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_181_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_181_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_181_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_181_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_181_1'^^xsd:string;
  dwc:scientificName 'Pecten'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138323'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_181_1'^^xsd:string;
  dwc:aphiaIdAccepted '138323'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_182_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_182_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_182_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_182_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_182_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_182_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_182_1'^^xsd:string;
  dwc:scientificName 'Peringiella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138452'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_182_1'^^xsd:string;
  dwc:aphiaIdAccepted '138452'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_183_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_183_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_183_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_183_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_183_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_183_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_183_1'^^xsd:string;
  dwc:scientificName 'Philine scabra'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140761'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_183_1'^^xsd:string;
  dwc:aphiaIdAccepted '867492'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_184_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_184_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_184_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_184_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_184_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_184_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_184_1'^^xsd:string;
  dwc:scientificName 'Pisinna punctulum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '607703'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_184_1'^^xsd:string;
  dwc:aphiaIdAccepted '138746'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_185_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_185_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_185_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_185_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_185_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_185_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_185_1'^^xsd:string;
  dwc:scientificName 'Propeamussium fenestratum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140713'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_185_1'^^xsd:string;
  dwc:aphiaIdAccepted '181287'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_186_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_186_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_186_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_186_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_186_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_186_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_186_1'^^xsd:string;
  dwc:scientificName 'Propilidium ancycloide'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_186_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_187_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_187_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_187_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_187_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_187_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_187_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_187_1'^^xsd:string;
  dwc:scientificName 'Psammocola costulata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_187_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_188_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_188_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_188_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_188_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_188_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_188_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_188_1'^^xsd:string;
  dwc:scientificName 'Pulsellum lofotense'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140893'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_188_1'^^xsd:string;
  dwc:aphiaIdAccepted '140893'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_189_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_189_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_189_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_189_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_189_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_189_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_189_1'^^xsd:string;
  dwc:scientificName 'Pusia tricolor'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '957145'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_189_1'^^xsd:string;
  dwc:aphiaIdAccepted '1821256'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_190_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_190_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_190_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_190_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_190_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_190_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_190_1'^^xsd:string;
  dwc:scientificName 'Putilla limpida'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_190_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_191_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_191_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_191_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_191_1'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_191_1'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_191_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_191_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_191_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_191_2'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_191_2'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_191_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_191_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_191_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_191_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_191_3'^^xsd:string;
  dwc:scientificName 'Putilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '598119'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_191_3'^^xsd:string;
  dwc:aphiaIdAccepted '598119'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_192_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_192_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_192_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_192_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_192_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_192_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_192_1'^^xsd:string;
  dwc:scientificName 'Raphitoma linearis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139371'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_192_1'^^xsd:string;
  dwc:aphiaIdAccepted '1389226'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_193_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_193_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_193_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_193_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_193_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_193_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_193_1'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_193_1'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_193_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_193_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_193_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_193_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_193_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_193_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_193_2'^^xsd:string;
  dwc:scientificName 'Raphitoma'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '137829'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_193_2'^^xsd:string;
  dwc:aphiaIdAccepted '137829'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_194_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_194_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_194_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_194_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_194_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_194_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_194_1'^^xsd:string;
  dwc:scientificName 'Retusa semisulcata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153322'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_194_1'^^xsd:string;
  dwc:aphiaIdAccepted '141138'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_195_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_195_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_195_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_195_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_195_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_195_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_195_1'^^xsd:string;
  dwc:scientificName 'Rhizorus acuminatus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153276'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_195_1'^^xsd:string;
  dwc:aphiaIdAccepted '141139'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_196_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_196_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_196_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_196_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_196_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_196_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_196_1'^^xsd:string;
  dwc:scientificName 'Rissoa decorata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141349'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_196_1'^^xsd:string;
  dwc:aphiaIdAccepted '141349'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_197_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_197_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_197_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_197_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_197_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_197_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_197_1'^^xsd:string;
  dwc:scientificName 'Rissoa membranacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141359'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_197_1'^^xsd:string;
  dwc:aphiaIdAccepted '141359'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_198_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_198_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_198_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_198_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_198_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_198_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_198_1'^^xsd:string;
  dwc:scientificName 'Rissoa variabilis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141372'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_198_1'^^xsd:string;
  dwc:aphiaIdAccepted '141372'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_199_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_199_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_199_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_199_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_199_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_199_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_199_1'^^xsd:string;
  dwc:scientificName 'Rissoa ventricosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141373'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_199_1'^^xsd:string;
  dwc:aphiaIdAccepted '141373'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_200_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_200_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_200_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_200_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_200_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_200_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_200_1'^^xsd:string;
  dwc:scientificName 'Rissoa violacea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141374'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_200_1'^^xsd:string;
  dwc:aphiaIdAccepted '141374'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_201_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_201_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_201_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_201_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_201_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_201_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_201_1'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_201_1'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_201_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_201_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_201_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_201_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_201_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_201_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_201_2'^^xsd:string;
  dwc:scientificName 'Rissoella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138438'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_201_2'^^xsd:string;
  dwc:aphiaIdAccepted '138438'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_202_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_202_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_202_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_202_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_202_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_202_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_202_1'^^xsd:string;
  dwc:scientificName 'Rissoina bruguierei'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '216948'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_202_1'^^xsd:string;
  dwc:aphiaIdAccepted '141376'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_203_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_203_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_203_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_203_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_203_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_203_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_203_1'^^xsd:string;
  dwc:scientificName 'Rissostomia lineolata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_203_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_204_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_204_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_204_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_204_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_204_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_204_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_204_1'^^xsd:string;
  dwc:scientificName 'Scaphopoda'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks '(detrital)'^^xsd:string;
  dwc:aphiaid '104'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_204_1'^^xsd:string;
  dwc:aphiaIdAccepted '104'^^xsd:integer;
  dwc:taxonRank '60'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_205_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_205_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_205_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_205_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_205_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_205_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_205_1'^^xsd:string;
  dwc:scientificName 'Scissurella costata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141420'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_205_1'^^xsd:string;
  dwc:aphiaIdAccepted '141420'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_206_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_206_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_206_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_206_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_206_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_206_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_206_1'^^xsd:string;
  dwc:scientificName 'Scissurella crispata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153547'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_206_1'^^xsd:string;
  dwc:aphiaIdAccepted '141417'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_207_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_207_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_207_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_207_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_207_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_207_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_207_1'^^xsd:string;
  dwc:scientificName 'Setia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_207_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_208_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_208_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_208_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_208_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_208_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_208_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_208_1'^^xsd:string;
  dwc:scientificName 'Setia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138459'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_208_1'^^xsd:string;
  dwc:aphiaIdAccepted '138459'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_209_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_209_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_209_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_209_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_209_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_209_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_209_1'^^xsd:string;
  dwc:scientificName 'Skenea serpuloides'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141531'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_209_1'^^xsd:string;
  dwc:aphiaIdAccepted '141531'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_210_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_210_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_210_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_210_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_210_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_210_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_210_1'^^xsd:string;
  dwc:scientificName 'Spiratella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '585853'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_210_1'^^xsd:string;
  dwc:aphiaIdAccepted '138122'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_211_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_211_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_211_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_211_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_211_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_211_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_211_1'^^xsd:string;
  dwc:scientificName 'Spondylus gussoni'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141550'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_211_1'^^xsd:string;
  dwc:aphiaIdAccepted '141550'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_212_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_212_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_212_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_212_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_212_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_212_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_212_1'^^xsd:string;
  dwc:scientificName 'Striarca lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '140571'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_212_1'^^xsd:string;
  dwc:aphiaIdAccepted '140571'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_213_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_213_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_213_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_213_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_213_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_213_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_213_1'^^xsd:string;
  dwc:scientificName 'Taranis conatotropis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_213_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_214_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_214_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_214_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_214_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_214_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_214_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_214_1'^^xsd:string;
  dwc:scientificName 'Tellina'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138533'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_214_1'^^xsd:string;
  dwc:aphiaIdAccepted '138533'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_215_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_215_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_215_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_215_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_215_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_215_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_215_1'^^xsd:string;
  dwc:scientificName 'Teretia anceps'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '151934'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_215_1'^^xsd:string;
  dwc:aphiaIdAccepted '151934'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_216_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_216_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_216_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_216_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_216_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_216_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_216_1'^^xsd:string;
  dwc:scientificName 'Tetrarca tetragona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '751302'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_216_1'^^xsd:string;
  dwc:aphiaIdAccepted '751302'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_217_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_217_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_217_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_217_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_217_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_217_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_217_1'^^xsd:string;
  dwc:scientificName 'Tharsiella romettensis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_217_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_218_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_218_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_218_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_218_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_218_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_218_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_218_1'^^xsd:string;
  dwc:scientificName 'Thracia papyracea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141649'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_218_1'^^xsd:string;
  dwc:aphiaIdAccepted '152378'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_219_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_219_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_219_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_219_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_219_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_219_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_219_1'^^xsd:string;
  dwc:scientificName 'Thracia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138549'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_219_1'^^xsd:string;
  dwc:aphiaIdAccepted '138549'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_220_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_220_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_220_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_220_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_220_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_220_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_220_1'^^xsd:string;
  dwc:scientificName 'Tricolia pulla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141700'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_220_1'^^xsd:string;
  dwc:aphiaIdAccepted '141700'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_221_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_221_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_221_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_221_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_221_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_221_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_221_1'^^xsd:string;
  dwc:scientificName 'Tricolia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138564'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_221_1'^^xsd:string;
  dwc:aphiaIdAccepted '138564'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_222_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_222_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_222_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_222_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_222_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_222_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_222_1'^^xsd:string;
  dwc:scientificName 'Tricolia speciosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141702'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_222_1'^^xsd:string;
  dwc:aphiaIdAccepted '141702'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_223_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_223_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_223_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_223_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_223_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_223_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_223_1'^^xsd:string;
  dwc:scientificName 'Tricolia tenuis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141703'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_223_1'^^xsd:string;
  dwc:aphiaIdAccepted '141703'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_224_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_224_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_224_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_224_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_224_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_224_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_224_1'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_224_1'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_224_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_224_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_224_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_224_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_224_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_224_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_224_2'^^xsd:string;
  dwc:scientificName 'Triphora'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '147186'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_224_2'^^xsd:string;
  dwc:aphiaIdAccepted '147186'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_225_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_225_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_225_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_225_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_225_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_225_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_225_1'^^xsd:string;
  dwc:scientificName 'Trivia monacha'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141744'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_225_1'^^xsd:string;
  dwc:aphiaIdAccepted '141744'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_226_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_226_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_226_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_226_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_226_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_226_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_226_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis carinatum'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '399278'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_226_1'^^xsd:string;
  dwc:aphiaIdAccepted '181040'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_227_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_227_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_227_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_227_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_227_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_227_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_227_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis muricatus bravicencis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '152370'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_227_1'^^xsd:string;
  dwc:aphiaIdAccepted '152370'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_228_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_228_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_228_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_228_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_228_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_228_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_228_1'^^xsd:string;
  dwc:scientificName 'Trophonopsis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '147188'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_228_1'^^xsd:string;
  dwc:aphiaIdAccepted '147188'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_229_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_229_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_229_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_229_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_229_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_229_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_229_1'^^xsd:string;
  dwc:scientificName 'Trunculariopsis trunculus'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '156469'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_229_1'^^xsd:string;
  dwc:aphiaIdAccepted '140396'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_230_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_230_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_230_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_230_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_230_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_230_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_230_1'^^xsd:string;
  dwc:scientificName 'Tubiola cutleriana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '866047'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_230_1'^^xsd:string;
  dwc:aphiaIdAccepted '141486'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_231_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_231_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_231_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_231_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_231_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_231_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_231_1'^^xsd:string;
  dwc:scientificName 'Tubiola'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '740776'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_231_1'^^xsd:string;
  dwc:aphiaIdAccepted '740776'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_232_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_232_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_232_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_232_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_232_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_232_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_232_1'^^xsd:string;
  dwc:scientificName 'Turboella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '246138'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_232_1'^^xsd:string;
  dwc:aphiaIdAccepted '138456'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_233_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_233_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_233_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_233_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_233_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_233_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_233_1'^^xsd:string;
  dwc:scientificName 'Turbona cimex'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_233_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_234_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_234_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_234_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_234_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_234_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_234_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_234_1'^^xsd:string;
  dwc:scientificName 'Turbona elegantissima'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '751265'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_234_1'^^xsd:string;
  dwc:aphiaIdAccepted '141185'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_235_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_235_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_235_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_235_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_235_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_235_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_235_1'^^xsd:string;
  dwc:scientificName 'Turbona geryonia'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_235_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_236_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_236_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_236_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_236_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_236_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_236_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_236_1'^^xsd:string;
  dwc:scientificName 'Turbona lactea'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_236_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_237_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_237_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_237_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_237_1'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_237_1'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_237_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_237_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_237_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_237_2'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_237_2'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_237_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_237_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_237_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_237_3'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_237_3'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_237_4>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_4> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_4> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_237_4>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_237_4>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_237_4" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_237_4'^^xsd:string;
  dwc:scientificName 'Turbona'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 4'^^xsd:string;
  dwc:aphiaid '519412'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_237_4'^^xsd:string;
  dwc:aphiaIdAccepted '138439'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_238_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_238_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_238_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_238_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_238_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_238_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_238_1'^^xsd:string;
  dwc:scientificName 'Turbonilla scalaris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '588324'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_238_1'^^xsd:string;
  dwc:aphiaIdAccepted '836215'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_239_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_239_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_239_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_239_1'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 1'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_239_1'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_239_2>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_2> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_2> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_2>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_239_2>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_239_2" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_239_2'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 2'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_239_2'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_239_3>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_3> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_3> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_239_3>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_239_3>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_239_3" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_239_3'^^xsd:string;
  dwc:scientificName 'Turbonilla'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceRemarks 'sp. 3'^^xsd:string;
  dwc:aphiaid '138421'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_239_3'^^xsd:string;
  dwc:aphiaIdAccepted '138421'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_240_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_240_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_240_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_240_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_240_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_240_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_240_1'^^xsd:string;
  dwc:scientificName 'Turbonilla striatula'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141093'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_240_1'^^xsd:string;
  dwc:aphiaIdAccepted '836210'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_241_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_241_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_241_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_241_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_241_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_241_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_241_1'^^xsd:string;
  dwc:scientificName 'Turris'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '153926'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_241_1'^^xsd:string;
  dwc:aphiaIdAccepted '153926'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_242_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_242_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_242_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_242_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_242_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_242_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_242_1'^^xsd:string;
  dwc:scientificName 'Turritella communis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141872'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_242_1'^^xsd:string;
  dwc:aphiaIdAccepted '1381415'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_243_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_243_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_243_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_243_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_243_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_243_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_243_1'^^xsd:string;
  dwc:scientificName 'Turritella'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138615'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_243_1'^^xsd:string;
  dwc:aphiaIdAccepted '138615'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_244_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_244_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_244_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_244_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_244_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_244_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_244_1'^^xsd:string;
  dwc:scientificName 'Venericardia antiquata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '139021'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_244_1'^^xsd:string;
  dwc:aphiaIdAccepted '504869'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_245_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_245_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_245_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_245_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_245_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_245_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_245_1'^^xsd:string;
  dwc:scientificName 'Veneridae'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '243'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_245_1'^^xsd:string;
  dwc:aphiaIdAccepted '243'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_246_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_246_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_246_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_246_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_246_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_246_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_246_1'^^xsd:string;
  dwc:scientificName 'Venerupis'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '138647'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_246_1'^^xsd:string;
  dwc:aphiaIdAccepted '138647'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_247_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_247_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_247_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_247_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_247_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_247_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_247_1'^^xsd:string;
  dwc:scientificName 'Venus verrucosa'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:aphiaid '141936'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_247_1'^^xsd:string;
  dwc:aphiaIdAccepted '141936'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_248_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_248_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_248_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_248_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_248_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_248_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_248_1'^^xsd:string;
  dwc:scientificName 'Weinkauffia semistriata'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_248_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5050_DC_D60_DC_D60_249_1>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5050_DC_D60_DC_D60_249_1> ;
  mr:hasGeometry <https://eurobis.org/id/point/5050_DC_D60_DC_D60_249_1> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "42.6375"^^xsd:decimal ;
  dwc:decimalLongitude "8.836111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters "60"^^xsd:integer ;
  dwc:maximumDepthInMeters "60"^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5050_DC_D60_DC_D60_249_1>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (42.6375 8.836111)"^^geo:wktLiteral ;
  geo-pos:lat "42.6375"^^xsd:decimal ;
  geo-pos:long "8.836111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5050_DC_D60_DC_D60_249_1>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "DC_D60_249_1" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5050_> ;
  dwc:basisOfRecord "MaterialSample" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/MaterialSample> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2020-02-25'^^xsd:date;
  dwc:institutionCode 'ULiège'^^xsd:string;
  dwc:collectionCode 'Mollusca of Calvi Bay (Corsica, France)'^^xsd:string;
  dwc:catalogNumber 'DC_D60_249_1'^^xsd:string;
  dwc:scientificName 'Yoldiella lenticula philippiana'^^xsd:string;
  dwc:basisOfRecord 'MaterialSample'^^xsd:string;
  dwc:longitude '8.836111'^^xsd:double;
  dwc:latitude '42.6375'^^xsd:double;
  dwc:boundingBox 'POLYGON ((8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375, 8.836111 42.6375))'^^xsd:string;
  dwc:minimumDepth '60'^^xsd:integer;
  dwc:maximumDepth '60'^^xsd:integer;
  dwc:occurrenceId 'DC_D60_249_1'^^xsd:string;
  .
# EOF